projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f11901
)
Remove accidental double declaration of xen_vm_destroy.
author
Ewan Mellor
<ewan@xensource.com>
Fri, 8 Dec 2006 11:06:28 +0000
(11:06 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Fri, 8 Dec 2006 11:06:28 +0000
(11:06 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/include/xen_vm.h
patch
|
blob
|
history
diff --git
a/tools/libxen/include/xen_vm.h
b/tools/libxen/include/xen_vm.h
index c2fc5e42b98af82c3d72dbf75b18d33de458e639..714ade6b1612bac29639d4fd6b12ec2387fc7638 100644
(file)
--- a/
tools/libxen/include/xen_vm.h
+++ b/
tools/libxen/include/xen_vm.h
@@
-832,12
+832,4
@@
extern bool
xen_vm_get_all(xen_session *session, struct xen_vm_set **result);
-/**
- * Destroy the specified VM. The VM is completely removed from the system.
- * This function can only be called when the VM is in the Halted State.
- */
-extern bool
-xen_vm_destroy(xen_session *session, xen_vm vm);
-
-
#endif